Skip to main content
Version: current

Check Recording Status

This API suggests the status of the recording, whether the recording is happening or not

Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
    Authorization string required

    You need an app created on the JioMeet Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Plaform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
Request Body
    jiomeetId string

    The 10 digit unique ID of the meeting

Responses

Success


Schema
    recordingStatus boolean

    Boolean representing whether the recording is happening or not

Loading...